ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / FlexRadar<T> Class / PlotMargin Property

In This Topic
    PlotMargin Property (FlexRadar<T>)
    In This Topic
    Gets or sets the plot margin in pixels.
    Syntax
    'Declaration
     
    
    <JsonConverterAttribute(C1.Web.Mvc.Controls.Chart.PlotMarginConverter)>
    Public Property PlotMargin As String
    [JsonConverter(C1.Web.Mvc.Controls.Chart.PlotMarginConverter)]
    public string PlotMargin {get; set;}
    See Also